<xs:element maxOccurs="unbounded" name="mixedmatch" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType>
<xs:sequence>
<xs:element name="promotioncode" type="xs:string" />
<xs:element name="datefrom" type="xs:dateTime" />
<xs:element name="dateto" type="xs:dateTime" />
<xs:element name="description" type="xs:string" />
<xs:element name="mixedmatchtype" type="xs:string" />
<xs:element name="mixedmatchdiscounttype" type="xs:string" />
<xs:element name="receiptdetailtype" type="xs:string" />
<xs:element name="amount" type="xs:decimal" />
<xs:element name="netprice" type="xs:decimal" />
<xs:element name="discountprice" type="xs:decimal" nillable="true" />
<xs:element name="discountpercentage" type="xs:decimal" nillable="true" />
<xs:element name="mixedmatchproducts">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="mixedmatchproduct">
<xs:complexType>
<xs:sequence>
<xs:element name="amount" type="xs:decimal" />
<xs:element name="productbarcodes">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="productbarcode">
<xs:complexType>
<xs:attribute name="barcode" type="xs:long" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="productnumber" type="xs:long" use="required" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="mixedmatchnumber" type="xs:integer" use="required" />
</xs:complexType>
</xs:element>
|